home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 014a / vgac0212.zip / VGAC.DOC < prev   
Text File  |  1991-04-10  |  4KB  |  93 lines

  1.    PUBLIC DOMAIN <<vgac>> DOCUMENTATION -- Distributed by LIVIA INFORMATIQUE.
  2.  
  3.    Version 1.0  : June 89
  4.    Version 2.12 : March 91 (The best!)
  5.  
  6.  
  7.    This is Public Domain and only concerns someone that has a VGA card
  8.    (although people with only EGA can run the program and can (not) see
  9.    what they are missing ...).
  10.  
  11.    You're bored with your current VGA font, because it's a bad clone or just
  12.    because you'd like to have a new look ???
  13.    No problem, start this utility and go "Ouaoo" in front of your new screen!
  14.    By default, VGAC redefines the font to be the same as the standard IBM VGA.
  15.    BUT, VGAC is also a set of 8 different fonts !!!
  16.    Start VGAC ? (or -h) and try them all.
  17.  
  18.    Normaly, when defining a new font for a graphic card the program doesn't
  19.    stay resident nor occupies memory space. The problem in this case is that
  20.    any mode change will restore the standard system font (Even some ansi.sys
  21.    drivers intercept the DOS CLS command to execute a set mode 03h !); That
  22.    means if you start a graphic application and then come back to the DOS
  23.    command line, you've lost your font...
  24.  
  25.    VGAC Version 2.11 has a switch option that allows you to make it resident,
  26.    it then takes about 4Kb and will restore your favorite font after any
  27.    change mode supported! (see technical note) You can call VGAC any time you
  28.    wish to change the current font used; If VGAC is resident, you'll change
  29.    the current font to the new one in the resident itself!
  30.  
  31.    The '-s' option (Soft semi-graphic), overloads the standard semi-graphic
  32.    charaters with new soft ones. If VGAC is resident, you can just type
  33.    "VGAC -s" to use the soft semi-graphic, or simply "VGAC" to return to
  34.    standard semi-graphics without changing the current font.
  35.  
  36.  
  37.    Technical note
  38.    ==============
  39.    VGAC was designed to stay resident with a minimum time overhead. It hooks
  40.    the Video Bios interrupt #10h and translates all the change mode calls with
  41.    AL = 2, 3 or 7 (whatever is bit 7) to the original BIOS 10h call PLUS a set
  42.    user defined font call to restore your favorite font.
  43.       Some VGA cards can support enhanced modes (such as 132x25) with enough
  44.    resolution so that the standard font 9x16 is used. You can patch VGAC.COM
  45.    to add some of your extended modes you wish to be supported as well.
  46.    To check if a mode is fine for VGAC, just switch your VGA card to the mode
  47.    and start VGAC.
  48.    It defines the font whatever the mode is so you can check if it looks fine!
  49.    .... After you've found all the modes you are interessted in, you can patch
  50.    VGAC.COM at offset 6 (after XXh, XXh, XXh, 02h, 03h, 07h) and add the modes
  51.    you want to be supported (the patch area is all bytes set to 0).
  52.    Important : You must leave at least one zero at the end of the patch area !
  53.  
  54.    Warranty
  55.    ========
  56.    This software is provided AS IS without any warranty, expressed or implied,
  57.    including but not limited to fitness for a particular purpose.
  58.    IN NO EVENT SHALL THE AUTHOR/OWNER OF THIS PRODUCT BE LIABLE FOR ANY DIRECT
  59.    OR CONSEQUENTIAL LOSS OR DAMAGES WHICH MAY HAVE ARISEN FROM THE USE OF THIS
  60.    PRODUCT (That should not occur in any way you use it!).
  61.    If your local law does not permit any of the statements made above,
  62.    or if you do not agree with any of them yourself,
  63.    THEN You are NOT licenced to use this program !
  64.    N.B. Part of the fonts used in this software was found in other Public
  65.    Domain sources but the author(s) were unknown. Other part was designed
  66.    by the author himself.
  67.  
  68.    Software informations
  69.    =====================
  70.    VGAC.COM File size is 41960 bytes.
  71.    Resident portion (without ENVIRONMENT) is 4432 bytes.
  72.    File Authentification: (Using VALIDATE 0.3 McAfee)
  73.         Check Method 1 - B3C0
  74.         Check Method 2 - 13CF
  75.         Full 32 bit CRC (as used by Z-Modem & PKZIP (tm)) - 26789cbf
  76.  
  77.    VGAC stands for "VGA Chars"
  78.    Developed with MASM 5.10 (About 9h)
  79.    Author : Gilles GAMEIRO (Thank's to him)
  80.  
  81.    Contact
  82.    =======
  83.    The Author Gilles Gameiro can be reached via electronic mail at the
  84.    folowing phone number:
  85.                     +32-1-664-05-82
  86.    This is the Tornado Belgium BBS. Network addresse:
  87.      FIDOnet         2:292/600.0
  88.  
  89.    Thank you to
  90.    ============
  91.    J.C. Deschamps for his help.
  92.    A big thank to the up-named BBS's Sysop !
  93.